@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;700&display=swap');

:root{
    --bgcolor: #FFF7DC;
    --primary: #85C3C4;
    --second:#EEC825;
    --uni:rgb(17, 17, 17);
}
/* ====================Scroll bar================== */

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #85C3C4 rgb(17, 17, 17);
}

/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
    width: 3px;
    width: 3px;
}

*::-webkit-scrollbar-track {
    border-radius: 6px;
    background-color: transparent;
}


*::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color:#85C3C4;
}



/* ====================Animation for down arrow================== */
@keyframes jump {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-15px);
    }

    60% {
        transform: translateY(-10px);
    }
}


/* ====================Animation for down arrow================== */



/* ====================Custom font================== */


@font-face {
    font-family: 'momcake_thin';
    src: url('../assets/Font_face/Momcake/Momcake-Thin.otf') format('otf');
}

@font-face {
    font-family: 'momcake_bold';
    src: url('../assets/Font_face/Momcake/Momcake-Bold.otf') format('otf');
}



/* ====================Styles================== */



html {
    scroll-behavior: smooth;
}

body {
    margin: 0vh;
    padding: 0vh;
    background-image: url('../assets/img/BG-Doodles.svg');
    background-repeat: repeat;
    background-size: 400px 400px;
    background-attachment: fixed;
    background-position: center;
    font-family: 'Quicksand', sans-serif;
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;

}

/* .Navbar {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}

.header {
    margin-top: 0px;
    background-color: transparent;
    height: 5rem;
    z-index: 1;
    transition: .3s;
}

header.sticky {
    background-color: var(--bgcolor);

}

.nav-img {
    margin-top: .8rem;
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-links {
    margin-top: .8rem;
    width: 20%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-right: 3rem;
}

.nav-list {
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.nav-link {
    font-family: 'Quicksand', sans-serif;
    font-weight: bold;
    color: var(--uni);
    text-decoration: none;
}

.nav-link:hover {
    color: var(--primary);
    transition: all .3s;
}

.nav-link:active {
    color: var(--peach);
}

.nav-link .arrow {
    height: 30px;
    width: 30px;
}

.nav-link .logo {
    height: 50px;
    width: 50px;
}

.fj {
    display: inline;
    position: absolute;
    color: var(--uni);
    font-size: 290%;
    font-weight: 500;
    font-family: 'Quicksand', sans-serif;
    z-index: 10;
    margin-top: .7rem;
    margin-left: 5rem;
    transition: all .3;
}


.mob-nav-btn {
    display: none;
    background: transparent;
    cursor: pointer;
}

.mob-nav-icon {
    height: 2.5rem;
    width: 2.5rem;
    margin-top: .9rem;
}

.mob-nav-icon[name="close"] {
    display: none;
} */

/* hero style */

#background {
    height: 103vh;
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    overflow: hidden;
    background-image: url(../assets/img/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0% 30%;
    z-index: 0;
}

#background img {
    /* position: absolute; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0% 35%;
}

#background .overlay {
    position: absolute;
    width: 100%;
    height: 103vh;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    opacity: .5;
    z-index: 1;
}

#background .main {
    position: absolute;
    height: 30vh;
    width: 30vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 3;
}

#background .main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.main-arrow {
    position: absolute;
    height: 8vh;
    width: 8vh;
    /* margin-left: 45%; */
    bottom: 2vh;
    z-index: 4;
    animation: jump 2s infinite;
}

.content-container {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: grid;
    place-items: center;
    background-color: transparent;
    margin-top: 100vh;
    z-index: 99;
}

.content-container .card {
    display: grid;
    place-items: center;
    width: 50%;
    height: 43vh;
    color: var(--bgcolor);
    padding: 4vh;
    background-color: var(--primary);
    border-radius: 5vh;
    transition: .3s;
    overflow: hidden;
    box-shadow: 14px 21px 43px -26px rgba(0,0,0,0.75);
}


.card span {
    font-family: 'Quicksand', sans-serif;
    font-size: 4vh;
    margin-bottom: -3vh;
    font-weight: 700;
    color: var(--bgcolor);
}

.card p {
    font-family: 'Quicksand', sans-serif;
    font-size: 3.1vh;
    font-weight: 300;
    text-align: justify;
    text-align-last: justify;
}


/*============Photo stream styles==========*/

.photo_streamL {
    overflow: hidden;
    white-space: nowrap;
}

.photo_streamR {
    overflow: hidden;
    white-space: nowrap;
    padding-top: 4vh;
}

.img-stream {
    width: 100%;
    height: 80vh;
    background-color: transparent;
    position: absolute;
    margin-top: 195vh;
    align-content: center;
    z-index: 99;
}

.img-container {
    width: 27vh;
    height: 40vh;
    overflow: hidden;
    border-radius: 1.5vh;
    margin: 0 1vh;
}

.img-container img:hover{
    transform: scale(110%);
}


.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .2s;
}

/* .img-stream .stream-title {
    display: flex;
    justify-content: center;
    margin-bottom: 11vh;
}

.img-stream .stream-title span {
    font-family: 'Quicksand', sans-serif;
    font-weight: 900;
    font-size: 5vh;
    color: var(--primary);
} */

.row1 {
    display: inline-flex;
    animation: slideL 38s linear infinite;
}
.photo_streamL:hover .row1{
    animation-play-state: paused;
}


@keyframes slideL {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/* .row2 {
    display: inline-flex;
    animation: slideR 38s linear infinite;
} */

/* .row2.r2-dup {
    margin-left: -299%;
} */

/* @keyframes slideR {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(100%);
    }
} */


/* ====================Responsive================== */


@media (min-width: 320px) and (max-width: 480px) {
    .card p {
        font-size: 1.7vh;
    }

    .card span {
        font-size: 4vh;
    }

    .content-section .card {
        padding-top: 5vh;
        width: 71%;
    }

    #background .main {
        height: 18vh;
        width: 18vh;
    }

    .img-container {
        width: 20vh;
        height: 30vh;
    }

    /* .row2.r2-dup {
        margin-left: -842%;
    } */

    .img-stream {
        margin-top: 193vh;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .card p {
        font-size: 2.2vh;
    }

    #background .main {
        height: 22vh;
        width: 22vh;
    }

    .img-container {
        width: 20vh;
        height: 30vh;
    }

    /* .row2.r2-dup {
        margin-left: -560%;
    } */
}

@media (min-width : 769px) and (max-width:1024px) {
    .card p {
        font-size: 2.4vh;
    }

    .content-section .card {
        padding-top: 9vh;
    }

    .img-container {
        width: 20vh;
        height: 30vh;
    }

    /* .row2.r2-dup {
        margin-left: -350%;
    } */
}
@media (min-width : 1025px) and (max-width:1440px) {
    .card p {
        font-size: 2.5vh;
    }
}
@media (min-width : 1440px) and (max-width: 1600px) {
    .card p {
        font-size: 2.5vh;
    }
}